
h2{
    font-size: 40px;
}
button{
    background-color: rgb(21, 21, 109);
    color: #fcfbfb;
    box-shadow: inset;
    border-radius: 10px;
    cursor: pointer; 
    transition: backgroun-color 0.3s, transform 0.3s;
    padding: 25px 25px;
}
button:hover{
    background-color: blue;
    transform: scale(1.1);
}
.content-container {
    background-color:
rgb(102, 129, 250);
    display: block;
    border:none;
    padding: 0;
    margin:0;
    height: 230px;
    position: relative;
    bottom: 112px;
    
}
p{
    text-align: center;
    color: black;
    position: relative;
    top: 90px;
    font-size: 70px;
}
.partie1{
    background-color: rgb(220, 220, 223);
    position: relative;
    bottom: 50px;
    border: #050505;
    border-radius: 20px;
    height: 575px;
    
}
.partie2{
    background-color: rgb(220, 220, 223);
    position: relative;
    border: #050505;
    border-radius: 20px;
    top: 20px;
    height: 525px;
}